home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_192 / frame_2 / PlaceObject2_173_18 / CLIPACTIONRECORD onClipEvent(keyUp).as < prev   
Text File  |  2005-08-12  |  173b  |  9 lines

  1. onClipEvent(keyUp){
  2.    if(Key.getCode() == 40)
  3.    {
  4.       this.prevFrame();
  5.       _root.chinko0.chinko1.chinko2.gotoAndPlay(1);
  6.       _parent.gotoAndStop(1);
  7.    }
  8. }
  9.